Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unhelpful isCrossOrigin test. #2715

Closed

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Oct 19, 2015

This test was checking that an "https:" page could load
protocol-relative urls as non-cross origin. However, IE and chrome
handled the parsing of the urls differently. In IE, the url was parsed
to have a protocol of ':' which we chould then backfill to be 'https:'.
But chrome parsed it to have a protocol of 'http:' because our test page
was loaded over http. Having this test is causing more issues than is
worth having it.

@gkatsev
Copy link
Member Author

gkatsev commented Oct 19, 2015

@pam retry

@gkatsev gkatsev force-pushed the remove-unhelpful-isCrossOrigin-test branch 2 times, most recently from f8db397 to af4d3ad Compare October 19, 2015 23:17
This test was checking that an "https:" page could load
protocol-relative urls as non-cross origin. However, IE and chrome
handled the parsing of the urls differently. In IE, the url was parsed
to have a protocol of ':' which we chould then backfill to be 'https:'.
But chrome parsed it to have a protocol of 'http:' because our test page
was loaded over http. Having this test is causing more issues than is
worth having it.
@pam
Copy link

pam commented Oct 20, 2015

Tests failed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: eb32719
Build details: https://travis-ci.org/pam/video.js/builds/86301510

(Please note that this is a fully automated comment.)

@pam
Copy link

pam commented Oct 20, 2015

Tests failed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: ca5d28a
Build details: https://travis-ci.org/pam/video.js/builds/86306924

(Please note that this is a fully automated comment.)

@misteroneill
Copy link
Member

LGTM

@gkatsev gkatsev mentioned this pull request Oct 26, 2015
18 tasks
@gkatsev gkatsev closed this in 93e0797 Oct 26, 2015
@gkatsev gkatsev deleted the remove-unhelpful-isCrossOrigin-test branch October 26, 2015 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants